public override string ToString()
 {
     return("(" + Constituents.StringConcat() + ")");
 }