Gotcha,
It sounds like your starting out and may have a fairly big project for a beginner. Why? Because there are concepts and circuits that you have not worked with previously. I'd start by getting a scope and a couple of 555 circuits to get started.
Attach the output of your ultrasonic sensor to the scope and use a 555 circuit to drive the ultrasonic transmitter. Now, play awound with the 555 to get some feel for what frequency the system responds best to.
Next, use the second 555 to gate the first. Set the second 555 for about 900us on and 100ms off, and you should get a sound wave that 's about 1 ft long.
If your circuit is working about the way mine did, you should be able to set the two transducers side by side and see a pulse followed by fainter echoes for objects that are 1-4 feet away. The wave will likely be wobbly and somewhat frustrating to look at.
If you are satisfied, go to the next step and add some gain. The op amps you were using are worth a gain of about 33 to 35 each. So, I'd add in U1, but change R3 and R5 to 330K each.
Now, if you watch the signal, it should be huge at U1 pin1. At this time, you should bring another scope probe over to the second 555 so that you can trigger the scope when the pulse goes out. Set the scope for about 10ms per division, and you should be able to make out wobbles from the floor (in the first division), a blob from the ceiling (in the second devision) and multiple blobs from walls etc...
If the sensor and transmitter aren't somehow focused, they'll tend to pick up things from all sorts of unexpected directions. It all just goes out and reflections come back. If you take it outside, things are easier to make out. If yours turns out like mine, you should be able to pick up people from about 40-50 feet out. The signals will be faint by then though.
This method of plodding along is how I handle most "new" technology. Once you've done it, you have a fair Idea what it takes, but the first time through, you need to take ownership of the technology. An old boss of mine had the expression "make mistakes fast." The idea was to get you hands on the technology as fast as possible, observe what it does, act on the observations, and when you screw up, do it over.
To that method, I add stride. Once something is working, and only once its working, you add a few miserly improvements. A few, not many, because each change takes time to iron out.
All that said, could you remove parts and cost. Oh yes! First and foremost, get rid of the extra transducer! You can drive it to transmit the burst, then "squelch" it stop it from ringing, and then use it as the receiver. The squelch device is an analog switch that shorts across the transducer for a short while to stop it from ringing after transmission. It's quite likely you could use the same chip to squelch it as you use to drive it. Refer to the CD4066, CD4051, CD4052, CD4053 for some starter ideas.
Next, I'd try to get rid of U8. the processor will much more likely than not have a PWM generator that come out to one of the pins. It can generate the "tone." It will be 0-5volts, so it will need something other than the CD4069 (IC4) to use as a driver.
Then again, you could do away with the microprocessor and displays go back to a more anceint technology. Fish finders used to use a spinning lamp. The finder would transmit as the lamp went past the zero distance point. Then, the lamp would flash whenever an echo came back. Thus you could see all the various causes of an echo at once. Hopefully, some of your flashes were fish.