Returns the Unit with the corresponding name
@override Unit getUnit(T name) => _unitList.where((element) => element.name == name).single;