$where = [ 
            "group_id = ?" => $this->id, 
            "user_id = ?" => $userId
        ];