KVPair.prototype.toString = function() {
  return 'KVPair{"key": "' + this.key + '", "value": "' + this.value + '"}';
};