public override string ToString() { lock (this) { return(_teacher.ToString()); } }
public override string ToString() { return(_teacher.ToString()); }