I am trying to run the example and keeping getting an error - 'the name plant does not exist in the current context'

plants.RemoveAll(plant => !plant.Common.ToLower().StartsWith(filter.ToLower( )));