animals = new HashMap<Integer, Animal>();
plants = new HashMap<Integer, Plant>();
totalSpeciesList = new HashMap<Integer, Integer>();
timeActiveTimer = new GameTimer();
parametersList = new HashMap<Short, Float>();
organismTimeAddedList = new HashMap<Integer, Long>();
birthList = new HashMap<Integer, Integer[]>();