values(){
  let valuesList = []
  for(let value in items){
    valuesList.push(value)
  }
  return valuesList
}