Add two methods to the grade manipulator: `average_score_by_grade` and `top_scorers(n)`, 
which returns a data frame of the average score for each grade and a data frame of the top n students, respectively.
