public void addItem(String text, T object) {
   texts.put(object, text);
   listTable.addItem(text, object);
 }