I have a list which I save by the following:

public void saveList(ArrayUnsortedList<Wrestler> listOfWrestlersToSave) {
System.out.println(listOfWrestlersToSave);
try{...