I have the following function that should only write to a file if the object is not within the studentList set.
public void appendData(String f, Student s) {