Formatting of an effort key for presentation is handled by
Section 49.3, “EffortKey.__str__()”.
# - - - S p l i t L a y o u t . l a b e l
def label(self, colx):
'''Return the label for column [colx].
'''
return str(self._keyList[colx])