public function output()
 {
     parent::output();
     echo $this->people . '<br>';
 }