Goal: Modify the Customer.java file so that the KeywordFilterField displays the data properly.
public String toString() { return getFname() + " " + getLname(); }