groups.getGroups = function (classId) {
        return groups.find({classId: groups.toObjectID(classId)});
    };