public function __construct(Group $group)
 {
     parent::__construct($group->getSchema(), '');
     $this->wrapped = $group;
 }