TeamSchema.statics.createCopy = function(team) {
    let toReturn = {};

    toReturn.name = team.name;
    toReturn.description = team.description;