/**
  * Constructor
  * @param string $FileContent file content
  */
 public function __construct($FileContent)
 {
     parent::__construct($FileContent);
     $this->TrainingObject = new TrainingObject(DataObject::$DEFAULT_ID);
 }