final List<String> list = InventoryMode.convertToStringList();
list.remove(InventoryMode.MENU.toString());
list.remove(InventoryMode.SAME.toString());
listModel = new ListModel(list, list.size() + 1);
listFightersModel = new ListFighterModel(fighterListModel);
currentMode = null;
}