new Address("123 Finland Dr", "Cubicleville", "Hell", new Zipcode("66666")), "Initech");
}
public Hero createSuperman() {
return new Hero("Super Man",
new SecretIdentity("Clark Kent"),
new SecretLair("Fortress of Solitude"),
new XRayVision(0.8f),
new HeatVision(0.7f),
new Flight(1000.0f),
new Invincible());