protected function doSave($con = null)
 {
     $this->saveRelatedList($con);
     $this->saveTagsList($con);
     parent::doSave($con);
 }
 protected function setupInheritance()
 {
     parent::setupInheritance();
     $this->widgetSchema->setNameFormat('answer[%s]');
 }