Create a program that works similarly to sersongapp with regard to storing and retrieving
information between program runs and allows users to.
a. Enter information about golfers (their names and scores), and provides a list of golfers sorted by score. Note that the Golfer class is already defined in the support package. You will need to create a serializable version of it .