//The visit method
 public void VisitTheLoginInformation(ILoginVisitor <string> visitor)
 {
     visitor.OnPassword(this);
 }