def _asdict(self):
        dict_ = super(CompoundMetric, self)._asdict()
        dict_['script'] = self.script
        return dict_