public override string ToString() => $@"Tape: 
 {Tape.Select(GetChar).Aggregate((agg, next) => agg + next)}";