class User extends GenericObject {
   public function __construct($id) {
      $this->initialize("uzytkownik", $id);
   }
}