public function getAnswers()
 {
     return isset($this->answers) ? $this->answers : $this->parent->getAnswers();
 }