def representatives(opts = {})
        if Array === opts[:point]
          opts[:point] = opts[:point].join(',')
        end
        if Array === opts[:districts]