pub fn execute_statement(
    statement: &Box<dyn Statement>,
    repo: &Repository,
    groups: &mut Vec<Vec<GQLObject>>
)