public override string Stats(Animal bird) { return($"{base.Stats(bird)} + TailLength: {this.TailLength}"); }