Caller.prototype.toString = function() {
      var result = '@', flag;
      _.each(this.series, function(ser) {
        if (ser.name !== true) { result += (result === '@' ? '' : '.') + ser.name; }