public function getGradeData()
 {
     $gradebook = new GradebookComponent();
     $bonusPenalties = $gradebook->getBonusPenalties();
 }