protected String getItemText(@NotNull T value) {
   return value.toString();
 }