public int CompareTo(ICodonConverterIdentifier other)
 {
     return this.Identifier.CompareTo(other.ToString());
 }