public int compareTo(Convertible<FieldIdItem> other) {
   return field.compareTo(other.convert());
 }