Return true if is in season, false otherwise.
true
season
false
bool isInSeason(String season) => this.season == season;