public function getObjectives()
 {
     include_once "./Modules/Scorm2004/classes/seq_editor/class.ilSCORM2004Objective.php";
     return ilSCORM2004Objective::fetchAllObjectives($this->slm_object, $this->getId());
 }