public function __construct($object)
 {
     parent::__construct();
     $this->obj = $object;
 }